-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Console.WriteLine -- updating for Try .NET #3347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@mairaw, @BillWagner -- please review these updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @WilliamAntonRohm. Left a comment for you to address.
xml/System/Console.xml
Outdated
@@ -5666,6 +5666,8 @@ | |||
## Examples | |||
The following example demonstrates the standard formatting specifiers for numbers, dates, and enumerations. | |||
|
|||
[!INCLUDE[interactive-note](~/includes/csharp-interactive-note-some.md)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the note should be included in the top of the page instead (membergroup element remarks - line 4725)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Need a fresh build to validate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks @WilliamAntonRohm!
samples PR is dotnet/samples#1641